TELSetupXCleanup
Disposes of any storage allocated inTELSetupPreflight
and performs other cleanup operations.
pasal void TELSetupXCleanup ( short procID, Ptr theConfig, short count, DialogPtr theDialog, Boolean OKed, long *magicCookie);
procID
- The tool ID for the telephone tool being configured.
theConfig
- A pointer to the configuration field in the telephone record for the telephone tool being configured.
count
- The number of the first item in the dialog item list that you appended to your custom tool-settings dialog box.
theDialog
- A pointer to the dialog box in which configuration is taking place.
OKed
- A Boolean value that is passed to the specified telephone tool.
magicCookie
- A pointer to a reserved area of memory used by the telephone tool to pass relevant dialog items and configuration settings.
DESCRIPTION
TheTELSetupXCleanup
function operates just like theTELSetupCleanup
function. The only difference is thatTELSetupXCleanup
passes the value of theOKed
parameter to the telephone tool specified by theprocID
parameter in thep2
parameter of the set-up definition code resource function. The interpretation of that parameter is specific to that telephone tool.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help